Link to this headingBackups
Link to this headingSSD recovery
# Create backup image with ddrescue - attempts recovery from damaged sectors
# -d: use direct disk access
# -r3: retry failed blocks 3 times
#restore image
Link to this headingBackup Over the Network
#Compress and transfer to another server
#Uses maximum compression (-9) and pipes through SSH
| |
Link to this headingBackup DVDs
Backup a DVD:
Recover a DVD with Read Errors:
# Get most of the data from the DVD
# Retry bad sectors after the main copy
Link to this headingFix HDD Errors (Windows)
dism /online /cleanup-image /checkhealth
dism /online /cleanup-image /scanhealth
dism /online /cleanup-image /restorehealth
sfc /scannow